Overload | Description |
---|---|
NotContainEquivalentOf(String,String,Object[]) | Asserts that a string does not contain the specified unexpected string, including any leading or trailing whitespace, with the exception of the casing. |
NotContainEquivalentOf(String,Func<EquivalencyOptions<String>,EquivalencyOptions<String>>,String,Object[]) | Asserts that a string does not contain the specified unexpected string, using the provided config. |